Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[credentialhelper] Add types to communicate with the subprocess #15844

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

sgowroji
Copy link
Member

@sgowroji sgowroji commented Jul 8, 2022

This change adds GetCredentials{Request,Response}, which we'll use to
pass data in stdin to the credental helper subprocess, and read the
response from stdout of the subprocess.

Progress on https://github.com/bazelbuild/proposals/blob/main/designs/2022-06-07-bazel-credential-helpers.md#proposal

Closes #15803.

PiperOrigin-RevId: 459701706
Change-Id: Icbd9fc491546ee5599d5a9d04680671b06a91a85

This change adds `GetCredentials{Request,Response}`, which we'll use to
pass data in `stdin` to the credental helper subprocess, and read the
response from `stdout` of the subprocess.

Progress on https://github.com/bazelbuild/proposals/blob/main/designs/2022-06-07-bazel-credential-helpers.md#proposal

Closes bazelbuild#15803.

PiperOrigin-RevId: 459701706
Change-Id: Icbd9fc491546ee5599d5a9d04680671b06a91a85
@sgowroji sgowroji requested a review from ckolli5 as a code owner July 8, 2022 11:49
@sgowroji sgowroji merged commit 4f4303a into bazelbuild:release-5.3.0 Jul 11, 2022
@sgowroji sgowroji deleted the SG/Cherry-pick15803 branch July 14, 2022 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants